.contact{
    position: fixed;
    text-align: center;
    right: 20px;
    width: 42px;
    height:42px;
    top: 50%;
    margin-top: -21px;
    background-color: #61D4BA;
    box-shadow: 0 1px 4px 0 #61D4BA;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    z-index: 9999;
}
.contact img
{
    width:26px;
    height:24px;
    margin-top:9px;
    }
.con_main{
    width: 220px;
    height: 243px;
    padding-left: 12px;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -122px;
    background: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.20);
    border-radius: 4px;
    display: none;
    z-index:99;
}
.con_main .title{
    height: 43px;
    line-height: 43px;
    padding-left: 12px;
    border-bottom: 1px solid #dedede;
    
    font-size: 14px;
    color: #666;
    position: relative;
}
.con_main .title span{
    display: block;
    height: 44px;
    width: 30px;
    position: absolute;
    top: 0px;
    right: 10px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}
.con_main .title .dot{
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #5A9FFE;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0px;
}
.con_main .title span i{
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #84B4F6;
    margin-top:21px;
}
.con_main .tel_con{
    padding: 17px 21px 21px 21px;
}
.con_main .tel_con p{
    
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}
.con_main .tel_con p em {
    font-style: normal;
    position: absolute;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
}
.con_main .tel_con p a img {
    vertical-align: middle;
    margin-right: 5px;
    padding-bottom: 2px;
}


.con_main .tel_con p .qq{
    display: inline-block;
    margin-left: 70px;
}
.con_main .tel_con p .kf{
    display: inline-block;
    width: 89px;
    height: 24px;
    background: #61D4BA ;
    box-shadow: 0 1px 4px 0 #61D3BA;
    border-radius: 4px;
    
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    margin-bottom: 10px;
}
.con_main .tel_con p .kf:hover{
    background: #86E6D1;
}

.con_main .tel_con p span{
    
    font-size: 14px;
    color: #000000;
    line-height: 16px;
    margin-left: 10px;
}
.con_main .tel_con p .edit{
    float: right;
    display: block;
    width: 19px;
    height: 20px;
    padding-top: 5px;
    padding-left: 6px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    background-color: #5A9FFE;
    box-shadow: 0 1px 4px 0 #5A9FFE;
}

.con_main .tel_con p .edit:hover{
    background: #84B4F6;
}


